home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 188 / 01-04 PC Format 188 [2006-06] DVD side 1_.iso / DiscContents / Workshops / Workshops_Games / Gamer's Internet Tunnel / Git-099b4.exe / install_script.iss
Text File  |  2006-03-22  |  4KB  |  75 lines

  1. ;InnoSetupVersion=4.2.1
  2.  
  3. [Setup]
  4. AppName=Gamer's Internet Tunnel
  5. AppVerName=GIT v0.99 BETA 4
  6. AppId=GamersInternetTunnel
  7. AppPublisher=Morpheus Software, LLC
  8. AppPublisherURL=http://www.morpheussoftware.net/git/
  9. AppSupportURL=http://forums.morpheussoftware.net/
  10. AppUpdatesURL=http://www.morpheussoftware.net/git/
  11. DefaultDirName={pf}\GIT
  12. DefaultGroupName=GIT
  13. UninstallDisplayIcon={app}\Git.exe
  14. OutputBaseFilename=Git-099b4
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. ChangesAssociations=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\Git.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Wizard Scripts.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\WinPcap_3_0.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Age of Mythology - Titans.git"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Generic IPX.git"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Generic TCP or UDP.git"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Warcraft II.git"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Warcraft III.git"; DestDir: "{app}"; Flags: ignoreversion 
  31.  
  32. [Registry]
  33. Root: HKCR; Subkey: ".git"; ValueType: String; ValueData: "Gamers.Internet.Tunnel"; Flags: uninsdeletekey 
  34. Root: HKCR; Subkey: "Gamers.Internet.Tunnel"; ValueType: String; ValueData: "Gamer's Internet Tunnel Wizard Script"; Flags: uninsdeletekey 
  35. Root: HKCR; Subkey: "Gamers.Internet.Tunnel\DefaultIcon"; ValueType: String; ValueData: "{app}\Git.exe,4"; 
  36. Root: HKCR; Subkey: "Gamers.Internet.Tunnel\Shell\Open"; ValueType: String; 
  37. Root: HKCR; Subkey: "Gamers.Internet.Tunnel\Shell\Open\Command"; ValueType: String; ValueData: """{app}\Git.exe"" ""%1"""; 
  38. Root: HKCR; Subkey: "Gamers.Internet.Tunnel\Shell\Edit"; ValueType: String; 
  39. Root: HKCR; Subkey: "Gamers.Internet.Tunnel\Shell\Edit\Command"; ValueType: String; ValueData: "Notepad.exe ""%1"""; 
  40. Root: HKCU; Subkey: "SOFTWARE\Git"; Flags: uninsdeletekey 
  41.  
  42. [INI]
  43. FileName: "{app}\GIT Homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.morpheussoftware.net/git/"; 
  44. FileName: "{app}\GIT Support Forum.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://forums.morpheussoftware.net/"; 
  45.  
  46. [Run]
  47. Filename: "{app}\WinPcap_3_0.exe"; WorkingDir: "{app}"; Description: "Install WinPcap v3.0"; Flags: postinstall unchecked skipifsilent nowait
  48.  
  49. [Icons]
  50. Name: "{group}\GIT"; Filename: "{app}\Git.exe"; WorkingDir: "{app}"; 
  51. Name: "{group}\Install WinPcap v3.0"; Filename: "{app}\WinPcap_3_0.exe"; WorkingDir: "{app}"; 
  52. Name: "{group}\GIT Readme"; Filename: "{app}\Readme.txt"; WorkingDir: "{app}"; 
  53. Name: "{group}\GIT Homepage"; Filename: "{app}\GIT Homepage.url"; WorkingDir: "{app}"; 
  54. Name: "{group}\GIT Support Forum"; Filename: "{app}\GIT Support Forum.url"; WorkingDir: "{app}"; 
  55. Name: "{group}\Uninstall GIT"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  56.  
  57. [UninstallDelete]
  58. Type: files; Name: "{app}\GIT Homepage.url"; 
  59. Type: files; Name: "{app}\GIT Support Forum.url"; 
  60.  
  61. [CustomMessages]
  62. default.AdditionalIcons=Additional icons:
  63. default.CreateDesktopIcon=Create a &desktop icon
  64. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. default.ProgramOnTheWeb=%1 on the Web
  66. default.UninstallProgram=Uninstall %1
  67. default.LaunchProgram=Launch %1
  68. default.AssocFileExtension=&Associate %1 with the %2 file extension
  69. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.